home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / SEARCH.DIR / 00077.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  189 b   |  8 lines

  1. on mouseDown
  2.   global StartSprite, fullList
  3.   set temp to item the clickOn - 15 of getaProp(fullList, StartSprite)
  4.   if temp <> EMPTY then
  5.     chaptersLists(temp, the clickOn)
  6.   end if
  7. end
  8.